Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: fix incorrect formatting in browser docs. #24516

Conversation

trop[bot]
Copy link
Contributor

@trop trop bot commented Jul 10, 2020

Backport of #24473

See that PR for details.

Notes: Generated typing for win.isEnabled now is set to a boolean.

Address incorrect typing for isEnabled. The root cause of this was due
to missing backticks which caused the docs parser to think that the
return type of the `isEnabled` function was null, where it was supposed
to be a boolean type.

The side effect of this was that the generated typescript typings were
incorrect for this function.

Fixes #24409
@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Jul 10, 2020
@trop trop bot added 9-x-y backport This is a backport PR labels Jul 10, 2020
@electron-cation electron-cation bot removed the new-pr 🌱 PR opened in the last 24 hours label Jul 10, 2020
@codebytere codebytere merged commit 6d34d07 into 9-x-y Jul 13, 2020
@release-clerk
Copy link

release-clerk bot commented Jul 13, 2020

Release Notes Persisted

Generated typing for win.isEnabled now is set to a boolean.

@codebytere codebytere deleted the trop/9-x-y-bp-doc-fix-incorrect-formatting-in-browser-docs--1594414672418 branch July 13, 2020 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
9-x-y backport This is a backport PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants